home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / misc / emu / zxtools.lha / zxtools.readme < prev   
Text File  |  1996-10-15  |  2KB  |  70 lines

  1. Short: Amiga<->ZX IF1 tools.
  2. Type: misc/emul
  3. Uploader: prak3264@beta.ms.mff.cuni.cz (Patrik Rak)
  4. Author: prak3264@beta.ms.mff.cuni.cz (Patrik Rak)
  5.  
  6. Programs to interface Amiga and ZX.
  7.  
  8. readsend.lha
  9.  
  10.     use this for sending files between amiga and ZX with IF1.
  11.     On zx, use standard LOAD/SAVE *"b"; commands.
  12.     Contains two versions: one uses standard serial.device (very slow),
  13.     second uses brutal.device (included), which is patched serial.device,
  14.     which does not do so long cts/rts delays (to be exact, doing no
  15.     delays). Use it for much faster transfer; if your computer seems to
  16.     hang up, just unplug your cable to drop the cts to low.
  17.     syntax: rs <-speed> <-l>/-s/-f filename
  18.     default speed is 19200, and default operation is load (-l)
  19.     -l receives standard IF1 file and stores it in IF1.
  20.     -s loads IF1 file from disk and transmits it to IF1.
  21.     -f loads file stored in .000 format (such as generated by grabber)
  22.     and transmits it in IF1 format to IF1.
  23.  
  24. grab.lha
  25.  
  26.     uses changed version of my Merlin copier to transfer data to amiga
  27.     in normal zx format. Type load *"b" on zx, then run gbs script.
  28.     It should feed your zx with merlin program. Now, load whatever files
  29.     you want to merlin (for keys look at title screen in merlinorig)
  30.     Then run gb filename, then select range in merlin and hit s.
  31.     After a while, transfer should be done, then break gb with ctrl-c.
  32.     filename.xxx should be in current dir.
  33.  
  34. killdevs.lha
  35.  
  36.     Simple command for flushing any serial devices.
  37.  
  38. src.lha
  39.  
  40.     Sources of the above commands.
  41.  
  42. Some bonus: useful ZX tools which you can load using load *"b"
  43.  
  44. pikasm.lha
  45.  
  46.     My favorite ZX assembler.
  47.  
  48. pikasmmanczech.lha
  49.  
  50.     Manual for pikasm for those who understand czech (font included)
  51.  
  52. vast.lha
  53.  
  54.     Great ZX monitor/disassembler. Sorry, I do not have manual.
  55.  
  56. vat.lha
  57.  
  58.     Same as vast, but not screen version. Relocable once.
  59.  
  60. merlin.lha
  61.  
  62.     My Merlin copier. Some people (including me) like it :-)
  63.     Only for IF1 !!!
  64.  
  65. merlinorig.lha
  66.  
  67.     Original version for normal ZX with help screen etc.
  68.     In .000 format. Not for load *"b" usage of course.
  69.  
  70.